home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / fund_ch.dxr / 00409.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  254 b   |  15 lines

  1. on mouseDown
  2.   sprite(55).visible = 1
  3. end
  4.  
  5. on mouseUp me
  6.   global questionset
  7.   storeanswers()
  8.   questionset = 2
  9.   hideit(66, 70)
  10.   sprite(65 + questionset).visible = 1
  11.   formatpage(2)
  12.   sprite(55).visible = 0
  13.   set the memberNum of sprite 29 to 371
  14. end
  15.